places sidebar: Drop the top margin
authorMatthias Clasen <mclasen@redhat.com>
Mon, 19 Jan 2015 14:29:17 +0000 (09:29 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 19 Jan 2015 14:37:04 +0000 (09:37 -0500)
This looks odd in combination with the top underflow.

gtk/gtkplacessidebar.c

index f6faff6d2e95db28b628ba22c06e92518b563924..d6d3dd6000dba533eb38361e9e895b80d3abb8ef 100644 (file)
@@ -4009,7 +4009,6 @@ gtk_places_sidebar_init (GtkPlacesSidebar *sidebar)
   /* tree view */
   tree_view = GTK_TREE_VIEW (gtk_tree_view_new ());
   gtk_tree_view_set_headers_visible (tree_view, FALSE);
-  gtk_widget_set_margin_top (GTK_WIDGET (tree_view), 4);
 
   gtk_tree_view_set_row_separator_func (tree_view,
                                         row_separator_func,